home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PPageNumbers.h ------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:19 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PPageNumbers__
- #define __PPageNumbers__
-
- #include "PCommand.h"
- #include "PMTypes.h"
-
- class PPageNumbers
- {
-
- public:
-
- PPageNumbers
- ( short nStartPage,
- short nNumPages,
- short bRestart,
- short cStyle,
- const char * sPrefix = NULL);
-
- private:
-
- PPageNumbers();
- };
-
- #endif
-
- // end of PPageNumbers.h
-